Intel® oneAPI Threading Building Blocks
Ask questions and share information about adding parallelism to your applications when using this threading library.
2466 Discussions

test_semaphore not build/run in Makefile.test. Intentionally ?

Blas_Rodriguez_Somoz
296 Views
In Makefile.test (tbb40_20111130) there is not a rule to build test_semaphore but there is something suspicious at line 151:
semaphore.$(OBJ)
which doesn't make sense. Perhaps the content of this line should be:
test_semaphore.$(TEST_EXT)

About the test run, the corresponding line is commented, but is not strange since the executable is not build.

At least in OS X the test build and run without problems.

Should this test be build and run or not ?
0 Kudos
2 Replies
RafSchietekat
Valued Contributor III
296 Views
{x86,Power}/Linux doesn't seem to have a problem, either (in a version based on update 1).
0 Kudos
Vladimir_P_1234567890
296 Views
Bug, thanks for notification.
--Vladimir
0 Kudos
Reply