mirror of
https://github.com/boostorg/mpl.git
synced 2026-07-09 18:10:46 +02:00
4e459908ff
[SVN r27506]
12 lines
223 B
Plaintext
Executable File
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 ;
|