Skip to content

Commit

Permalink
update redame
Browse files Browse the repository at this point in the history
  • Loading branch information
kr committed May 10, 2011
1 parent cd8b17e commit 6d427a4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
5 changes: 0 additions & 5 deletions Index

This file was deleted.

14 changes: 12 additions & 2 deletions README
Expand Up @@ -15,14 +15,24 @@ You might need to type "gmake"; our build requires GNU make.
Requires Linux (2.6 series or later), Mac OS X, or FreeBSD.
See doc/protocol.txt for details of the network protocol.


SUBDIRECTORIES

adm files useful for system administrators
ct testing tool; see https://github.com/kr/ct
doc documentation
mk include files for make
pkg miscelaneous files for packagers
sh-tests tests written as shell scripts


TESTS

There are two kinds of tests here: unit tests and shell tests.

== Unit Tests ==

We use CT for unit tests. Test functions are in *-test.c.
See https://github.com/kr/ct for more info.
Test functions are in *-test.c.

== Shell Tests ==

Expand Down
2 changes: 1 addition & 1 deletion pkg/beanstalkd.spec.in
Expand Up @@ -68,7 +68,7 @@ fi
%files
%defattr(-,root,root,-)
%doc %{_defaultdocdir}/%{name}-%{version}/protocol.txt
%doc README COPYING README-DEVELOPERS README-TESTS doc/protocol.txt
%doc README COPYING doc/protocol.txt
%{_initrddir}/%{name}
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1.gz
Expand Down

0 comments on commit 6d427a4

Please sign in to comment.