aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/monniaux/crypto-algorithms/Makefile3
-rw-r--r--test/monniaux/micro-bunzip/Makefile4
-rw-r--r--test/monniaux/picosat-965/make.log38
3 files changed, 6 insertions, 39 deletions
diff --git a/test/monniaux/crypto-algorithms/Makefile b/test/monniaux/crypto-algorithms/Makefile
index 9a282a29..348afe10 100644
--- a/test/monniaux/crypto-algorithms/Makefile
+++ b/test/monniaux/crypto-algorithms/Makefile
@@ -5,7 +5,8 @@ K1C_CCOMP=../../../ccomp
K1C_CCOMPFLAGS=-Wall -O3 -D__thread= -D__int128=int -U __SIZE_TYPE__ -D __SIZE_TYPE__='unsigned long long'
-all: md2.all md5.all sha1.all sha256.all blowfish.all arcfour.all des.all
+all: md2.all md5.all sha1.all sha256.all blowfish.all des.all
+k1c: md2_test.ccomp.k1c md5_test.ccomp.k1c sha1_test.ccomp.k1c sha256_test.ccomp.k1c blowfish_test.ccomp.k1c des_test.ccomp.k1c
md2.all : md2_test.ccomp.k1c.out md2_test.gcc.k1c.out
md5.all : md5_test.ccomp.k1c.out md5_test.gcc.k1c.out
diff --git a/test/monniaux/micro-bunzip/Makefile b/test/monniaux/micro-bunzip/Makefile
index a9776b6c..bd317980 100644
--- a/test/monniaux/micro-bunzip/Makefile
+++ b/test/monniaux/micro-bunzip/Makefile
@@ -39,3 +39,7 @@ testfile.txt.2gcc testfile.txt.gcc.out: testfile.txt micro-bunzip.gcc.k1c
testfile.txt.2host: testfile.txt micro-bunzip.host
bzip2 <testfile.txt | valgrind ./micro-bunzip.host > testfile.txt.2host
+clean:
+ rm -f *.k1c *.out test*txt*
+
+.PHONY: clean
diff --git a/test/monniaux/picosat-965/make.log b/test/monniaux/picosat-965/make.log
deleted file mode 100644
index 07dc3a7e..00000000
--- a/test/monniaux/picosat-965/make.log
+++ /dev/null
@@ -1,38 +0,0 @@
-k1-mbr-gcc -Wall -Wextra -DNDEBUG -O3 -c picosat.c
-rm -f config.h; ./mkconfig.sh > config.h
-k1-mbr-gcc -Wall -Wextra -DNDEBUG -O3 -c version.c
-ar rc libpicosat.a picosat.o version.o
-ranlib libpicosat.a
-k1-mbr-gcc -Wall -Wextra -DNDEBUG -O3 -c app.c
-app.c:400:15: warning: ‘sig_alarm_handler’ defined but not used [-Wunused-variable]
- static void (*sig_alarm_handler);
- ^
-app.c:404:1: warning: ‘alarm_triggered’ defined but not used [-Wunused-function]
- alarm_triggered (int sig)
- ^
-app.c:415:1: warning: ‘interrupt_call_back’ defined but not used [-Wunused-function]
- interrupt_call_back (void * dummy)
- ^
-k1-mbr-gcc -Wall -Wextra -DNDEBUG -O3 -c main.c
-k1-mbr-gcc -Wall -Wextra -DNDEBUG -O3 -o picosat main.o app.o -L. -lpicosat
-app.o: In function `write_to_file':
-(.text+0x1f4): undefined reference to `popen'
-app.o: In function `write_to_file':
-(.text+0x288): undefined reference to `pclose'
-app.o: In function `picosat_main':
-(.text+0xb94): undefined reference to `pclose'
-app.o: In function `picosat_main':
-(.text+0x1ff8): undefined reference to `pclose'
-app.o: In function `picosat_main':
-(.text+0x21e0): undefined reference to `popen'
-app.o: In function `picosat_main':
-(.text+0x23dc): undefined reference to `pclose'
-app.o: In function `picosat_main':
-(.text+0x2474): undefined reference to `popen'
-app.o: In function `picosat_main':
-(.text+0x2b74): undefined reference to `popen'
-app.o: In function `picosat_main':
-(.text+0x2c58): undefined reference to `popen'
-collect2: error: ld returned 1 exit status
-makefile:16: recipe for target 'picosat' failed
-make: *** [picosat] Error 1