diff options
author | Joaquín M. López Muñoz <joaquin@tid.es> | 2005-06-23 09:57:18 +0000 |
---|---|---|
committer | Joaquín M. López Muñoz <joaquin@tid.es> | 2005-06-23 09:57:18 +0000 |
commit | 8034f21554905deed48507314fd4b47e606d875e (patch) | |
tree | fb538b5351d3af13f9a50baa192f001840d99e86 /status/Jamfile.v2 | |
parent | 1461b3948eeb70f18a25c9ddca988e9597c112f4 (diff) | |
download | boost-8034f21554905deed48507314fd4b47e606d875e.tar.gz |
added missing test case to preprocessor test suite
[SVN r29747]
Diffstat (limited to 'status/Jamfile.v2')
-rw-r--r-- | status/Jamfile.v2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/status/Jamfile.v2 b/status/Jamfile.v2 index c94c326dcc..c0126ae337 100644 --- a/status/Jamfile.v2 +++ b/status/Jamfile.v2 @@ -148,6 +148,7 @@ build-project ../libs/variant/test ; # test-suite variant [ compile libs/preprocessor/test/logical.cpp ] [ compile libs/preprocessor/test/repetition.cpp ] [ compile libs/preprocessor/test/selection.cpp ] + [ compile libs/preprocessor/test/seq.cpp ] [ compile libs/preprocessor/test/slot.cpp ] [ compile libs/preprocessor/test/tuple.cpp ] ; |