Skip to content

Commit

Permalink
Add a unit test for the old pool API
Browse files Browse the repository at this point in the history
This API is still used by some users according to issue pmodels#355 so we
want to make sure it is still tested.

Change-Id: I29b9c3726a738d78936028249f9c3f96e7216416
  • Loading branch information
epmikida committed Oct 15, 2021
1 parent 4dc37e1 commit 58a6b91
Show file tree
Hide file tree
Showing 2 changed files with 811 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/basic/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ TESTS = \
pool_config \
pool_custom \
pool_user_def \
pool_user_def_legacy \
sync_no_contention \
main_sched \
mutex \
Expand Down Expand Up @@ -157,6 +158,7 @@ sched_user_ws_SOURCES = sched_user_ws.c
pool_config_SOURCES = pool_config.c
pool_custom_SOURCES = pool_custom.c
pool_user_def_SOURCES = pool_user_def.c
pool_user_def_legacy_SOURCES = pool_user_def_legacy.c
sync_no_contention_SOURCES = sync_no_contention.c
main_sched_SOURCES = main_sched.c
mutex_SOURCES = mutex.c
Expand Down Expand Up @@ -250,6 +252,7 @@ testing:
./pool_config
./pool_custom
./pool_user_def
./pool_user_def_legacy
./sync_no_contention
./main_sched
./mutex
Expand Down
Loading

0 comments on commit 58a6b91

Please sign in to comment.