tests: Tag all the tests that take more than about 1s as "slow".
[pspp] / tests / language / stats / graph.at
index 5fc6f82cc4118bac91b8050944e3917cb871157c..6a8089c0a245a343e18514a94c18d3fd4b87c70d 100644 (file)
@@ -41,6 +41,7 @@ AT_CLEANUP
 
 
 AT_SETUP([GRAPH Scatter and Histogram])
+AT_KEYWORDS([slow])
 AT_DATA([scatterlong.sps],[
 NEW FILE.
 INPUT PROGRAM.
@@ -345,4 +346,4 @@ GRAPH /BAR = MINIMUM({) BY z BY y.
 AT_CHECK([pspp -o pspp.pdf barchart.sps], [1], [ignore])
 dnl Ignore output -- this is just a no-crash check.
 
-AT_CLEANUP
\ No newline at end of file
+AT_CLEANUP