diff options
author | Mike Buland <mbuland@penny-arcade.com> | 2018-07-02 11:34:44 -0700 |
---|---|---|
committer | Mike Buland <mbuland@penny-arcade.com> | 2018-07-02 11:34:44 -0700 |
commit | 74973a93594e4150a827459708895577a795036b (patch) | |
tree | 9faff0701bf458144c58f9b9d29ce845dd132aeb /default.bld | |
parent | 9bcbc8f919fc1c779d3b9c649dcbe3606fdbed32 (diff) | |
download | libbu++-74973a93594e4150a827459708895577a795036b.tar.gz libbu++-74973a93594e4150a827459708895577a795036b.tar.bz2 libbu++-74973a93594e4150a827459708895577a795036b.tar.xz libbu++-74973a93594e4150a827459708895577a795036b.zip |
Added a threadsafe speedometer class.
Diffstat (limited to 'default.bld')
-rw-r--r-- | default.bld | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/default.bld b/default.bld index dbb3772..c471744 100644 --- a/default.bld +++ b/default.bld | |||
@@ -34,6 +34,11 @@ action "all" | |||
34 | targets("tools"), targets("tests")]; | 34 | targets("tools"), targets("tests")]; |
35 | } | 35 | } |
36 | 36 | ||
37 | action "tests" | ||
38 | { | ||
39 | build: targets("tests"); | ||
40 | } | ||
41 | |||
37 | action "unit" | 42 | action "unit" |
38 | { | 43 | { |
39 | build: targets("unit tests"); | 44 | build: targets("unit tests"); |