Quellcode durchsuchen

build: include check-source.sh in the "make test" targets.

legacy
Sam Hocevar sam vor 12 Jahren
Ursprung
Commit
cc369b4b0f
2 geänderte Dateien mit 2 neuen und 4 gelöschten Zeilen
  1. +2
    -2
      Makefile.am
  2. +0
    -2
      build/Makefile.am

+ 2
- 2
Makefile.am Datei anzeigen

@@ -1,7 +1,7 @@

# Put "people" at the end because they're more likely to break builds.
SUBDIRS = src tutorial test tools games people
DIST_SUBDIRS = $(SUBDIRS) build binaries
SUBDIRS = build src tutorial test tools games people
DIST_SUBDIRS = $(SUBDIRS) binaries

EXTRA_DIST = bootstrap TODO
AUTOMAKE_OPTIONS = dist-bzip2


+ 0
- 2
build/Makefile.am Datei anzeigen

@@ -4,7 +4,5 @@ EXTRA_DIST = lol-build \
build-linux build-mingw build-mingw64 build-ps3 \
build-nacl32 build-nacl64

EXTRA_DIST = data/gradient.png

TESTS = check-source.sh


Laden…
Abbrechen
Speichern