]> git.draconx.ca Git - rrace.git/blobdiff - testsuite.at
Replace TAP testsuite macros with dxcommon versions.
[rrace.git] / testsuite.at
index 7e8855ec3fa599d7a36dbf0f29bedeb09d2ae97f..0a792abfd6f7af8faf97820c95bebca8c1694bc3 100644 (file)
@@ -1,4 +1,4 @@
-AT_COPYRIGHT([Copyright © 2022 Nick Bowler])
+AT_COPYRIGHT([Copyright © 2022-2023 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
@@ -16,4 +16,7 @@ AT_COPYRIGHT([Copyright © 2022 Nick Bowler])
 AT_INIT
 AT_COLOR_TESTS
 
+m4_include([common/snippet/test-tap.at])
+
 m4_include([tests/game.at])
+m4_include([tests/gui.at])