|
1 | 1 | ## -*- mode: Makefile-Automake -*- |
2 | 2 | ## |
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 |
4 | 4 | ## All rights reserved. |
5 | 5 | ## |
6 | 6 | ## This file is distributed under the University of Illinois Open Source |
@@ -310,23 +310,36 @@ EXTRA_DIST = \ |
310 | 310 | README.txt \ |
311 | 311 | git_version.cpp.in \ |
312 | 312 | 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 \ |
313 | 318 | tests/lit.cfg \ |
314 | 319 | tests/lit.site.cfg.in \ |
315 | 320 | tests/local-to-global/unnamed_1.c \ |
316 | 321 | tests/local-to-global/unnamed_2.c \ |
317 | 322 | 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 \ |
318 | 325 | tests/remove-unused-field/designated1.c \ |
319 | 326 | tests/remove-unused-field/designated2.c \ |
320 | 327 | tests/remove-unused-field/designated3.c \ |
321 | 328 | tests/remove-unused-field/designated4.c \ |
322 | 329 | tests/remove-unused-field/designated5.c \ |
323 | 330 | tests/remove-unused-field/unused_field1.c \ |
324 | 331 | tests/remove-unused-field/unused_field2.c \ |
| 332 | + tests/remove-unused-field/unused_field3.cpp \ |
325 | 333 | tests/remove-unused-var/unused_var.cpp \ |
326 | 334 | tests/remove_lit_checks.in \ |
| 335 | + tests/rename-class/rename-class1.cpp \ |
| 336 | + tests/rename-class/rename-class2.cpp \ |
327 | 337 | tests/rename-fun/test1.c \ |
328 | 338 | tests/rename-fun/test1.h \ |
329 | 339 | 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 \ |
330 | 343 | tests/union-to-struct/union1.c \ |
331 | 344 | tests/union-to-struct/union2.c \ |
332 | 345 | tests/union-to-struct/union3.c |
|
0 commit comments