• This project
    • Loading...
  • Sign in

서승완 / kappa

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • kappa
  • samples
  • s3
  • examplefolder
  • node_modules
  • gm
  • Makefile
  • Mitch Garnaat's avatar
    Adding an initial S3 sample and code to register for event notification on an S3 bucket. · 62fda6fb
    62fda6fb
    Mitch Garnaat authored 2014-11-29 19:31:15 -0800
Makefile 101 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8

test:
	@node test/ --integration $(TESTS)

test-unit:
	@node test/ $(TESTS)

.PHONY: test test-unit