Skip to content

Commit

Permalink
Use GC 2.2 only for backcomp tests
Browse files Browse the repository at this point in the history
  • Loading branch information
engboris committed Jul 23, 2024
1 parent 1e6c1a6 commit 246a3a9
Show file tree
Hide file tree
Showing 3 changed files with 901 additions and 2,363 deletions.
1 change: 1 addition & 0 deletions libcob/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
changed to use the attributes of the receiving field

2024-07-19 Simon Sobisch <[email protected]>

* coblocal.h (COB_TLS): add a new attribute for thread local static.
* common.h, common.c (cob_cleanup_thread): add a cleanup function for threads

Expand Down
4 changes: 2 additions & 2 deletions tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ testsuite_sources = \
testsuite.src/data_display.at \
testsuite.src/data_packed.at \
testsuite.src/data_pointer.at \
testsuite.src/backcomp.at \
testsuite.src/numeric-dump.cob \
testsuite.src/numeric-display.cob \
testsuite.src/backcomp.at
testsuite.src/numeric-display.cob

testsuite_manual_sources = \
testsuite.src/run_manual_screen.at
Expand Down
Loading

0 comments on commit 246a3a9

Please sign in to comment.