From 9211388c32dcc3660a9d84f1305ee578052c26f6 Mon Sep 17 00:00:00 2001 From: Mehdi Bouaziz Date: Sun, 25 Mar 2018 07:36:08 -0700 Subject: [PATCH] Makefile: add target direct_c_performance_test Summary: Will be run with `make test` and on CI Reviewed By: ezgicicek Differential Revision: D7392362 fbshipit-source-id: 7baa6c9 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f9ecc842d..7501cc862 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ BUILD_SYSTEMS_TESTS += \ utf8_in_procname \ DIRECT_TESTS += \ - c_biabduction c_bufferoverrun c_errors c_frontend \ + c_biabduction c_bufferoverrun c_errors c_frontend c_performance \ cpp_bufferoverrun cpp_errors cpp_frontend cpp_liveness cpp_quandary \ cpp_racerd cpp_siof cpp_uninit cpp_nullable cpp_conflicts \