Skip to content

Commit 37f8f37

Browse files
committed
Merge pull request #16 from teeks99/main_crt_error
Fixes empty example
2 parents 1560543 + 97b0d97 commit 37f8f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/quickstart/Jamroot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import testing ;
3131
testing.make-test run-pyd : extending test_extending.py : : test_ext ;
3232

3333
# Declare a test of the embedding application
34-
testing.run embedding
34+
testing.run embedding embedding.cpp
3535
: # any ordinary arguments
3636
: script.py # any arguments that should be treated as relative paths
3737
: # requirements

0 commit comments

Comments
 (0)