Skip to content

Commit 10e7aa4

Browse files
committed
Add recently created clang_delta tests to EXTRA_DIST.
In other words, distribute all the tests.
1 parent 763bd26 commit 10e7aa4

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

clang_delta/Makefile.am

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## -*- mode: Makefile-Automake -*-
22
##
3-
## Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017, 2018 The University of Utah
3+
## Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 The University of Utah
44
## All rights reserved.
55
##
66
## This file is distributed under the University of Illinois Open Source
@@ -310,23 +310,36 @@ EXTRA_DIST = \
310310
README.txt \
311311
git_version.cpp.in \
312312
test_transformation \
313+
tests/empty-struct-to-int/empty-struct.cpp \
314+
tests/empty-struct-to-int/empty-struct2.cpp \
315+
tests/empty-struct-to-int/empty-struct3.cpp \
316+
tests/empty-struct-to-int/empty-struct4.cpp \
317+
tests/empty-struct-to-int/empty-struct5.cpp \
313318
tests/lit.cfg \
314319
tests/lit.site.cfg.in \
315320
tests/local-to-global/unnamed_1.c \
316321
tests/local-to-global/unnamed_2.c \
317322
tests/local-to-global/unnamed_3.c \
323+
tests/reduce-array-dim/non-type-temp-arg.cpp \
324+
tests/remove-nested-function/remove_nested_func1.cc \
318325
tests/remove-unused-field/designated1.c \
319326
tests/remove-unused-field/designated2.c \
320327
tests/remove-unused-field/designated3.c \
321328
tests/remove-unused-field/designated4.c \
322329
tests/remove-unused-field/designated5.c \
323330
tests/remove-unused-field/unused_field1.c \
324331
tests/remove-unused-field/unused_field2.c \
332+
tests/remove-unused-field/unused_field3.cpp \
325333
tests/remove-unused-var/unused_var.cpp \
326334
tests/remove_lit_checks.in \
335+
tests/rename-class/rename-class1.cpp \
336+
tests/rename-class/rename-class2.cpp \
327337
tests/rename-fun/test1.c \
328338
tests/rename-fun/test1.h \
329339
tests/rename-var/rename-var.c \
340+
tests/replace-derived-class/replace-derived1.cpp \
341+
tests/replace-derived-class/replace-derived2.cpp \
342+
tests/replace-derived-class/replace-derived3.cpp \
330343
tests/union-to-struct/union1.c \
331344
tests/union-to-struct/union2.c \
332345
tests/union-to-struct/union3.c

clang_delta/Makefile.in

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -757,23 +757,36 @@ EXTRA_DIST = \
757757
README.txt \
758758
git_version.cpp.in \
759759
test_transformation \
760+
tests/empty-struct-to-int/empty-struct.cpp \
761+
tests/empty-struct-to-int/empty-struct2.cpp \
762+
tests/empty-struct-to-int/empty-struct3.cpp \
763+
tests/empty-struct-to-int/empty-struct4.cpp \
764+
tests/empty-struct-to-int/empty-struct5.cpp \
760765
tests/lit.cfg \
761766
tests/lit.site.cfg.in \
762767
tests/local-to-global/unnamed_1.c \
763768
tests/local-to-global/unnamed_2.c \
764769
tests/local-to-global/unnamed_3.c \
770+
tests/reduce-array-dim/non-type-temp-arg.cpp \
771+
tests/remove-nested-function/remove_nested_func1.cc \
765772
tests/remove-unused-field/designated1.c \
766773
tests/remove-unused-field/designated2.c \
767774
tests/remove-unused-field/designated3.c \
768775
tests/remove-unused-field/designated4.c \
769776
tests/remove-unused-field/designated5.c \
770777
tests/remove-unused-field/unused_field1.c \
771778
tests/remove-unused-field/unused_field2.c \
779+
tests/remove-unused-field/unused_field3.cpp \
772780
tests/remove-unused-var/unused_var.cpp \
773781
tests/remove_lit_checks.in \
782+
tests/rename-class/rename-class1.cpp \
783+
tests/rename-class/rename-class2.cpp \
774784
tests/rename-fun/test1.c \
775785
tests/rename-fun/test1.h \
776786
tests/rename-var/rename-var.c \
787+
tests/replace-derived-class/replace-derived1.cpp \
788+
tests/replace-derived-class/replace-derived2.cpp \
789+
tests/replace-derived-class/replace-derived3.cpp \
777790
tests/union-to-struct/union1.c \
778791
tests/union-to-struct/union2.c \
779792
tests/union-to-struct/union3.c

0 commit comments

Comments
 (0)