temporal: missing test source

This commit is contained in:
Paul Davis 2022-02-12 15:18:19 -07:00
parent 04bd9187e4
commit f641a0559f
2 changed files with 173 additions and 1 deletions

View file

@ -84,7 +84,7 @@ def build(bld):
# Unit tests
obj = bld(features = 'cxx cxxprogram')
obj.source = '''
test/beats.cc
test/BeatTest.cc
test/testrunner.cc
'''
obj.includes = ['.']