Skip to content

Commit

Permalink
Enable C++11 for check program
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime Gervais <[email protected]>
  • Loading branch information
g-maxime authored and JeromeMartinez committed Jul 13, 2023
1 parent 8668fc2 commit b5c9a49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project/GNU/Library/test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ AUTOMAKE_OPTIONS = foreign subdir-objects

AM_TESTS_FD_REDIRECT = 9>&2

AM_CXXFLAGS = -std=c++11

TESTS = \
trace.sh \
s3.sh \
Expand Down

0 comments on commit b5c9a49

Please sign in to comment.