Commit ad7d3149 authored by Phil Austin's avatar Phil Austin

add integrate demo and move comments

parent 023e384f
......@@ -5,20 +5,9 @@ test: all
python run_primes.py 20
python run_numeric_demo.py
python run_spam.py
python integrate_timing.py
cd callback; $(MAKE) test
cd embed; $(MAKE) test
#
# longer running
#python integrate_timing.py
# also run
# python setup.py build_ext --inplace in
# benchmarks to build benchmarks
# python setup.py build_ext --inplace in libraries then
# python -c 'import call_mymath;print(call_mymath.call_sinc(1))'
#
# embed and freeze are working for python2 but not python3
#
#
clean:
@echo Cleaning Demos
@rm -f *.c *.o *.so *~ core
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment