In API tests, replace use of the `p` alias with the `expression` command. To avoid conflating tests of the alias with tests of the expression command, this patch canonicalizes to the use `expression`. Differential Revision: https://reviews.llvm.org/D141539
5 lines
70 B
Makefile
5 lines
70 B
Makefile
C_SOURCES := main.c
|
|
CFLAGS_EXTRAS := -std=c99
|
|
|
|
include Makefile.rules
|