Skip to content

Commit

Permalink
scripts/tests.sh: Enable DLL tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Prince213 committed Aug 11, 2021
1 parent 258c25e commit 349b405
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ filesystem_list=(
# **************************************************************************

declare -A PKG_TESTS
[[ $BUILD_SHARED_GCC == yes ]] && { PKG_TESTS["dll_test1"]=dll_test1_list[@]; }
[[ $BUILD_SHARED_GCC == yes ]] && { PKG_TESTS["dll_test2"]=dll_test2_list[@]; }
PKG_TESTS["dll_test1"]=dll_test1_list[@]
PKG_TESTS["dll_test2"]=dll_test2_list[@]
PKG_TESTS["lto_test"]=lto_test_list[@]
PKG_TESTS["omp_test"]=omp_test_list[@]
PKG_TESTS["pthread_test"]=pthread_test_list[@]
Expand Down

0 comments on commit 349b405

Please sign in to comment.