Added simplify and differentiation tests

This commit is contained in:
maartenkeijzer 2005-10-11 08:15:29 +00:00
commit 72c8b3d1c5
4 changed files with 37 additions and 2 deletions

View file

@ -39,7 +39,7 @@ libsym.a: $(OBJS)
rm libsym.a; ar cq $(SYMLIB) $(OBJS)
check: $(TESTPROGRAMS)
test/test_compile && test/testeo && test_simplify && echo "all tests succeeded"
test/test_compile && test/testeo && test/test_simplify && test/test_diff && echo "all tests succeeded"
test/test_compile: test/test_compile.o ${SYMLIB}
$(CXX) -o test/test_compile test/test_compile.o $(SYMLIB) ${LIBS}