OSDN Git Service

first commit
[cgigenerator/cgigenerator.git] / testdir / Makefile
1
2
3 CGCPROGRAM=../cgigenerator.pl
4
5
6
7 test:
8         echo "hoge<%test();%>hoge2<%d=1%>hoge3" | $(CGCPROGRAM) > tmp.dat
9         diff tmp.dat test.dat
10         @echo "TEST OK "
11         rm tmp.dat
12
13
14