summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
blob: 722266d771d5191921d89a01988a72f271c2996d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# SPDX-License-Identifier: GPL-3.0-or-later

MAINTAINERCLEANFILES = $(srcdir)/Makefile.in

dist_noinst_DATA = \
    README.md \
    web/lib/jasmine-jquery.js \
    web/easypiechart.chart.spec.js \
    web/easypiechart.percentage.spec.js \
    web/karma.conf.js \
    web/fixtures/easypiechart.chart.fixture1.html \
    node.d/fronius.chart.spec.js \
    node.d/fronius.parse.spec.js \
    node.d/fronius.process.spec.js \
    node.d/fronius.validation.spec.js \
	$(NULL)

dist_noinst_SCRIPTS = \
	stress.sh \
	$(NULL)