cantera/test_problems/cxx_ex/Makefile.in
Harry Moffat 2f5bf8b7fb Added a new test that pretty much mimics the frac python test.
It does add tests for the calculation of equilibrium constants
for fractional coefficient reactions.
2006-04-30 18:06:56 +00:00

17 lines
180 B
Makefile

#
# $Revision$
# $Author$
# $Date$
#
#
all:
(cd ../../examples/cxx ; @MAKE@ )
test:
./runtest
clean:
(cd ../../examples/cxx ; @MAKE@ clean )
../../bin/rm_cvsignore
depends: