diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-10-22 17:57:47 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-10-22 17:57:47 +0100 |
commit | 38d7045685d4904d013ea4990a3aa7f5e78309cf (patch) | |
tree | 60915147de5e37dc4a3fab39408b6abbfc49ce09 /test/Jamfile.jam | |
parent | Add free extend builder with placeholder network support (diff) | |
download | ilt-38d7045685d4904d013ea4990a3aa7f5e78309cf.tar.bz2 ilt-38d7045685d4904d013ea4990a3aa7f5e78309cf.tar.xz ilt-38d7045685d4904d013ea4990a3aa7f5e78309cf.zip |
Add magic support to printing/parsing/validating enumerations
Diffstat (limited to 'test/Jamfile.jam')
-rw-r--r-- | test/Jamfile.jam | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Jamfile.jam b/test/Jamfile.jam index afe58c8..7606ae4 100644 --- a/test/Jamfile.jam +++ b/test/Jamfile.jam @@ -29,3 +29,5 @@ run test-geo.cpp ; run test-network.cpp ; run test-persistence.cpp : -- : [ sequence.insertion-sort [ glob fixtures/json/*.json fixtures/json/bad/*.json ] ] ; run test-text.cpp ; +run test-enumDetails.cpp ; +compile test-static-enumDetails.cpp ; |