Index: src/tests/Makefile.am
===================================================================
--- src/tests/Makefile.am	(revision 240e1ffa65d94e2aee1046c972a537d84be895c7)
+++ src/tests/Makefile.am	(revision e3259583c2582617118cead4d2a6c73dbb4f6931)
@@ -17,5 +17,5 @@
 debug=yes
 
-quick_test=vector_test avl_test operators numericConstants expression enum array typeof cast dtor-early-exit init_once
+quick_test=vector_test avl_test operators numericConstants expression enum array typeof cast dtor-early-exit init_once attributes
 
 if BUILD_CONCURRENCY
Index: src/tests/Makefile.in
===================================================================
--- src/tests/Makefile.in	(revision 240e1ffa65d94e2aee1046c972a537d84be895c7)
+++ src/tests/Makefile.in	(revision e3259583c2582617118cead4d2a6c73dbb4f6931)
@@ -226,5 +226,5 @@
 quick_test = vector_test avl_test operators numericConstants \
 	expression enum array typeof cast dtor-early-exit init_once \
-	$(am__append_1)
+	attributes $(am__append_1)
 @BUILD_CONCURRENCY_FALSE@concurrent = no
 @BUILD_CONCURRENCY_TRUE@concurrent = yes
