Changeset e797179
- Timestamp:
- Dec 11, 2024, 6:32:21 PM (6 days ago)
- Branches:
- master
- Children:
- 5d3d281
- Parents:
- 64f3b9f
- Location:
- tests
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile.am
r64f3b9f re797179 290 290 rm ${abspath ${@}}.o 291 291 292 # No-warning tests 293 # Tests to make sure that given CFA code gets emitted C code that GCC accepts without any warnings 294 nowarn/% : nowarn/%.cfa ${CFABIN} 295 ${CFACOMPILETEST} -Wunused-function -Wpsabi -Wall -Wextra -Werror -o ${abspath ${@}} 296 292 297 #------------------------------------------------------------------------------ 293 298 # Other targets
Note: See TracChangeset
for help on using the changeset viewer.