]> git.draconx.ca Git - cdecl99.git/blobdiff - tests/internal.at
Port to use getline.h from dxcommon.
[cdecl99.git] / tests / internal.at
index ee87919076a85f28398c396680f1f90226cb0749..5fef623833bc672682ee9273603d8861c350ada2 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright © 2021, 2023 Nick Bowler
+# Copyright © 2021, 2023-2024 Nick Bowler
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -74,6 +74,9 @@ AT_CLEANUP
 TEST_TAP_SIMPLE([cdecl__err sanity], [cdeclerr],
   [TEST_NEED_PROGRAM([cdeclerr])], [libcdecl internal])
 
+TEST_TAP_SIMPLE([cdecl__err thread safety], [errthread],
+  [TEST_NEED_PROGRAM([errthread])], [libcdecl internal threads])
+
 AT_SETUP([cdecl_declare truncation])
 AT_KEYWORDS([libcdecl internal])
 
@@ -136,13 +139,13 @@ integer constant 4294967295
 integer constant 4294967295
 integer constant 4294967295
 eof
-T_LEX_ERROR
+@@@
 eof
-T_LEX_ERROR
+@@@
 eof
-T_LEX_ERROR
+@@@
 eof
-T_LEX_ERROR
+@@@
 eof
 ]])