Skip to content

Commit

Permalink
Reviving project from dead, knocking out lame tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anaisbetts committed Nov 23, 2007
1 parent d2f8f7d commit 1f1086d
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 208 deletions.
14 changes: 8 additions & 6 deletions Rakefile
@@ -1,4 +1,4 @@
$:.unshift File.join(File.dirname(__FILE__))
$:.unshift File.dirname(__FILE__)

require 'rubygems'
require 'rake/gempackagetask'
Expand All @@ -8,9 +8,11 @@ require 'rake/rdoctask'
require 'rake/testtask'
require 'spec'

require 'build/expand'
require 'lib/platform'

root_dir = File.dirname(__FILE__)
load File.join(root_dir, 'build', 'expand.rake')

### Constants

PKG_NAME = "estelle"
Expand All @@ -33,19 +35,19 @@ to_expand = FileList.new '**/*.in'
desc "Process .in files"
task :expandify => to_expand do |f|
to_expand.each() do |ex|
expand_file(ex, ex.gsub(/\.in$/, ''), ExpandFileEnvironment)
# expand_file(ex, ex.gsub(/\.in$/, ''))
end
end

# Taglib
desc "Build the Taglib library"
task :taglib do |t|
sh "cd ext/taglib && cmake ."
sh "cd ext/taglib && make"
# sh "cd ext/taglib && cmake ."
# sh "cd ext/taglib && make"
end

desc "Run unit tests"
Rake::TestTask.new("tests") do |t|
Rake::TestTask.new("test") do |t|
t.pattern = 'tests/*.rb'
t.verbose = true
t.warning = true
Expand Down
2 changes: 1 addition & 1 deletion po/fr_FR/estelle.po
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: estelle 0.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2007-08-17 21:10-0700\n"
"POT-Creation-Date: 2007-11-22 17:56-0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down
25 changes: 0 additions & 25 deletions tests/library.rb

This file was deleted.

20 changes: 0 additions & 20 deletions tests/test_config.rb

This file was deleted.

41 changes: 0 additions & 41 deletions tests/test_library.rb

This file was deleted.

Empty file removed tests/test_main.rb
Empty file.
17 changes: 0 additions & 17 deletions tests/test_platform.rb

This file was deleted.

25 changes: 0 additions & 25 deletions tests/test_settings.rb

This file was deleted.

37 changes: 0 additions & 37 deletions tests/test_song.rb

This file was deleted.

36 changes: 0 additions & 36 deletions tests/test_utility.rb

This file was deleted.

0 comments on commit 1f1086d

Please sign in to comment.