tests: add alu-test from movfuscator
* https://github.com/xoreaxeaxeax/movfuscator
This commit is contained in:
parent
245c069c4e
commit
fbc2739875
2 changed files with 138 additions and 0 deletions
11
tests/alu-tests/Makefile
Normal file
11
tests/alu-tests/Makefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
NAME = alutest
|
||||
SRCS = build/alu_test.c
|
||||
include $(AM_HOME)/Makefile
|
||||
|
||||
GENERATOR = build/gen_alu_test
|
||||
|
||||
$(GENERATOR): gen_alu_test.c
|
||||
gcc -O2 $^ -o $@
|
||||
|
||||
$(SRCS): $(GENERATOR)
|
||||
$^ > $@
|
Loading…
Add table
Add a link
Reference in a new issue