Files
mpl/example/Jamfile
Dave Abrahams 4e459908ff Add testing jamfile and player2.cpp
[SVN r27506]
2005-02-25 19:37:28 +00:00

12 lines
223 B
Plaintext
Executable File

subproject libs/mpl/example ;
# bring in rules for testing
import testing ;
run fsm/player.cpp ;
run fsm/player2.cpp ;
run inherit_linearly.cpp ;
run inherit_multiply.cpp ;
run tuple_from_list.cpp ;
compile integer.cpp ;