[llvm-commits] [test-suite] r82109 - /test-suite/trunk/MultiSource/Benchmarks/Prolangs-C/unix-smail/Makefile
Mikhail Glushenkov
foldr at codedgers.com
Wed Sep 16 17:58:18 PDT 2009
Author: foldr
Date: Wed Sep 16 19:58:18 2009
New Revision: 82109
URL: http://llvm.org/viewvc/llvm-project?rev=82109&view=rev
Log:
Fix the unix-smail test.
Befor this change it was effectively testing that exit(3) works correctly.
Modified:
test-suite/trunk/MultiSource/Benchmarks/Prolangs-C/unix-smail/Makefile
Modified: test-suite/trunk/MultiSource/Benchmarks/Prolangs-C/unix-smail/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/Prolangs-C/unix-smail/Makefile?rev=82109&r1=82108&r2=82109&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/Prolangs-C/unix-smail/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/Prolangs-C/unix-smail/Makefile Wed Sep 16 19:58:18 2009
@@ -1,5 +1,8 @@
LEVEL = ../../../..
PROG = unix-smail
+RUN_OPTIONS = -v ALL
+STDIN_FILENAME = $(PROJ_SRC_DIR)/main.c
+
include $(LEVEL)/MultiSource/Makefile.multisrc
More information about the llvm-commits
mailing list